lcBlockAddRect2 Home

Adds a new rectangle object into a block.

 HANDLE lcBlockAddRect2 (
   HANDLE hBlock,
   double Left,
   double Bottom,
   double Width,
   double Height,
   double Radius,
   BOOL bFilled
 );

Parameters
hBlock
  Handle to a block.
Left Bottom
  Coordinates of the left-bottom corner.
Width
  Width of a rectangle.
Height
  Height of a rectangle.
Radius
  Corners radius.
bFilled
  If TRUE then inner area of the rectangle will be filled with color.

Return Value

  Handle to created rectangle object or NULL if the function fails.

See Also

  lcBlockAddRect